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

  /external/llvm/lib/Target/R600/
AMDILIntrinsicInfo.cpp 58 AMDGPUIntrinsic::ID IntrinsicID
60 IntrinsicID = getIntrinsicForGCCBuiltin("AMDGPU", Name);
62 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
63 return IntrinsicID;
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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 60 AMDGPUIntrinsic::ID IntrinsicID
62 IntrinsicID = getIntrinsicForGCCBuiltin("AMDIL", Name);
64 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
65 return IntrinsicID;
R600ISelLowering.cpp 255 unsigned IntrinsicID =
257 switch (IntrinsicID) {
268 // default for switch(IntrinsicID)
275 unsigned IntrinsicID =
279 switch(IntrinsicID) {
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
108 switch (IntrinsicID) {
SIISelLowering.cpp 270 unsigned IntrinsicID =
273 switch (IntrinsicID) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 60 AMDGPUIntrinsic::ID IntrinsicID
62 IntrinsicID = getIntrinsicForGCCBuiltin("AMDIL", Name);
64 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
65 return IntrinsicID;
R600ISelLowering.cpp 255 unsigned IntrinsicID =
257 switch (IntrinsicID) {
268 // default for switch(IntrinsicID)
275 unsigned IntrinsicID =
279 switch(IntrinsicID) {
AMDGPUISelLowering.cpp 104 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
108 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...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 311 milliseconds