OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionOpcodeToISD
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
174
assert(TLI->
InstructionOpcodeToISD
(Opcode) && "Invalid opcode");
187
assert(TLI->
InstructionOpcodeToISD
(Opcode) && "Invalid opcode");
201
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
/external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp
223
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
270
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
364
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
TargetLoweringBase.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
174
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
360
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
466
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
/external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
181
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
399
int ISD = TLI->
InstructionOpcodeToISD
(Opcode);
478
int ISDOpcode = TLI->
InstructionOpcodeToISD
(Opcode);
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
Completed in 34 milliseconds