HomeSort by relevance Sort by last modified time
    Searched defs:IntrinsicID (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
108 switch (IntrinsicID) {
R600ISelLowering.cpp 255 unsigned IntrinsicID =
257 switch (IntrinsicID) {
268 // default for switch(IntrinsicID)
275 unsigned IntrinsicID =
279 switch(IntrinsicID) {
SIISelLowering.cpp 270 unsigned IntrinsicID =
273 switch (IntrinsicID) {
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 213 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
217 switch (IntrinsicID) {
R600ISelLowering.cpp 496 unsigned IntrinsicID =
498 switch (IntrinsicID) {
520 // default for switch(IntrinsicID)
527 unsigned IntrinsicID =
531 switch(IntrinsicID) {
590 switch (IntrinsicID) {
    [all...]
SIISelLowering.cpp 353 unsigned IntrinsicID =
359 switch (IntrinsicID) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
108 switch (IntrinsicID) {
R600ISelLowering.cpp 255 unsigned IntrinsicID =
257 switch (IntrinsicID) {
268 // default for switch(IntrinsicID)
275 unsigned IntrinsicID =
279 switch(IntrinsicID) {
SIISelLowering.cpp 270 unsigned IntrinsicID =
273 switch (IntrinsicID) {
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 173 /// depending on IntrinsicID.
176 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate.
182 const llvm::Intrinsic::ID IntrinsicID,
190 llvm::Value *Callee = CGF.CGM.getIntrinsic(IntrinsicID, X->getType());
    [all...]

Completed in 204 milliseconds